home *** CD-ROM | disk | FTP | other *** search
- -- card: 55577 from stack: in
- -- bmap block id: 75281
- -- flags: 0000
- -- background id: 2692
- -- name:
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=141 top=297 right=319 bottom=288
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Find marked line
- ----- HyperTalk script -----
- on mouseUp
- put the number of this card into startCard
- get selection
- if it is not empty then
- if it contains return then
- put 1 into start
- repeat while char start of selection is return
- add 1 to start
- end repeat
- put start into stop
- repeat number of chars in selection - start + 1
- if char stop of selection is return then exit repeat
- add 1 to stop
- end repeat
- put char start to stop - 1 of selection into searchFor
- else
- put it into searchFor
- end if
- set lockScreen to true
- put "Find Whole" && quote & searchFor & quote
- do message
- if the number of this card is startCard then
- do message
- end if
- hide message
- set lockScreen to false
- end if
- end mouseUp
-
-
-
- -- part contents for background part 10
- ----- text -----
-
- Enhancements
- environment
- Error Handling
- eval
- Evaluate
- Evaluate and Inspect
- Excuses
- fatal errors
- Flaws
- garbage collection
- gensym
- Help Menu
- implementation error
-
- -- part contents for background part 47
- ----- text -----
- 315